vulkan: Add support for unblurred box-shadow
authorBenjamin Otte <otte@redhat.com>
Wed, 18 Jan 2017 03:07:09 +0000 (04:07 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 18 Jan 2017 03:13:56 +0000 (04:13 +0100)
commitbd24ca5b18917f86c9cc3559ab4d0cac5bb5561a
treeb01a202dc4d6586cfa0c9eeab9cb4b2b5bdf75ac
parent84c1204853b532494c4568d81d10b45142472565
vulkan: Add support for unblurred box-shadow
gsk/Makefile.am
gsk/gskvulkanboxshadowpipeline.c [new file with mode: 0644]
gsk/gskvulkanboxshadowpipelineprivate.h [new file with mode: 0644]
gsk/gskvulkanrender.c
gsk/gskvulkanrenderpass.c
gsk/gskvulkanrenderprivate.h
gsk/resources/vulkan/inset-shadow.frag [new file with mode: 0644]
gsk/resources/vulkan/inset-shadow.vert [new file with mode: 0644]
gsk/resources/vulkan/outset-shadow.frag [new file with mode: 0644]
gsk/resources/vulkan/outset-shadow.vert [new file with mode: 0644]